* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #3498DB;
}

header h1 {
	margin-left: 30%;
	font-family: "Nanum Brush Script", cursive;
	font-size: 50px;
	color: #283747 ;
	display: inline;
}

nav {
	background-color: #154360;
}
nav ul li {
	display: inline;
}

nav ul li a{
	text-decoration: none;
	background-color: #ABB2B9 ;
	font-size: 1.4em;
	padding: 0px 36px 10px 36px;
	color: #21618C;
	margin: 2px;
	position: relative;
	font-family: 'Texturina', serif;
	border-radius: 0px 0px 8px 8px;
	text-align: center;
}

a.activ {
	color: #21618C;
	background-color: #F4D03F;
}

nav ul li a:hover {
	color: #154360;
	background-color: #F39C12 ;
	text-align: center;
}

section {
	background-color: white;
	margin: 10%  10% 15px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
	padding: 10px 5px 10px 5px;
	border-radius: 8px 8px 8px 8px;
}

caption {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	text-shadow: 1px 1px 0.5px #00F200;
}

table {
	text-align: center;
	margin: auto;
	font-size: 16px;	
}
table td {
	border:1px solid #000;
	margin: 40%;
}
td.marcador{
	background-color: #62FF0E;
	font-family: 'Roboto', sans-serif;
	text-shadow: 2px 2px 1px #FFFFFF;
	font-size: 20px;
	font-weight: 900;
	border-radius: 5px 5px 5px 5px;
}

td.marcador.Imatge{
	width: 30%;
}

td.marcador.Carac{
	width: 23%;
	height: 0%;
}
img.rss{
	bottom:3%;
	width: 3%;
	position: relative;
	display: inline;
	left: 25%;
}
